Skip to content

Commit d34add0

Browse files
committed
Fix build (ninja check without running ninja first)
9218ff5 removed the BUILD.txt file, and as a subtle side-effect libLLVMFrontendOpenACC wasn't a dependency of `ninja check` anymore. However llvm-config requires all components to be built, and the relevant test is broken when libLLVMFrontendOpenACC isn't built. Unittest for libLLVMFrontendOpenACC are pending, but this addition should fix some bots in the meantime.
1 parent 5a2febb commit d34add0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/Frontend/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
22
Analysis
33
Core
44
FrontendOpenMP
5+
FrontendOpenACC
56
Support
67
Passes
78
TransformUtils

0 commit comments

Comments
 (0)