[all-commits] [llvm/llvm-project] f2a71c: [clang][OpenMP][test] Use -fopenmp=libomp explicit...
Leonardo Román Carrillo via All-commits
all-commits at lists.llvm.org
Mon Apr 13 21:29:46 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2a71ca9418046af3390833d52c5a20be78f3670
https://github.com/llvm/llvm-project/commit/f2a71ca9418046af3390833d52c5a20be78f3670
Author: Leonardo Román Carrillo <leonardoroman at google.com>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M clang/test/OpenMP/split_driver_smoke.c
Log Message:
-----------
[clang][OpenMP][test] Use -fopenmp=libomp explicitly in driver smoke test (#191936)
Using -fopenmp uses the default openmp lib, which defaults to libomp but
may be something else. This test only passes with libomp, so it passes
when using default, but fails downstream if configured for something
else, like libgomp.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list