forked from OSchip/llvm-project
[NFC] Add CFGuard to opt build
If you don't include a target that directly references CFGuard it doesn't get built into opt or the llvm library build, which causes some test cases to fail. Including this in opt explicitly resolve those issues.
This commit is contained in:
parent
1494d064fa
commit
3615182025
|
@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Analysis
|
||||
AsmParser
|
||||
BitWriter
|
||||
CFGuard
|
||||
CodeGen
|
||||
Core
|
||||
Coroutines
|
||||
|
|
Loading…
Reference in New Issue