[all-commits] [llvm/llvm-project] 688a88: [clang][test] Specify value of `-fopenmp=libomp` f...
James Y Knight via All-commits
all-commits at lists.llvm.org
Wed Jan 21 15:43:12 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 688a88408d81bf26fec50b8ae0d61110e7c06542
https://github.com/llvm/llvm-project/commit/688a88408d81bf26fec50b8ae0d61110e7c06542
Author: James Y Knight <jyknight at google.com>
Date: 2026-01-21 (Wed, 21 Jan 2026)
Changed paths:
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
Log Message:
-----------
[clang][test] Specify value of `-fopenmp=libomp` for tests. (#177239)
`libomp` is the default value when unconfigured in cmake, but llvm can
be configured to have `libgomp` be the default instead. Explicitly
specify this value so the test does not fail when it assumes libomp is
always the default.
Fix for f369d23ceaa49ffa9e6ef9673851749d66b35b3f (#150580)
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