[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:
Chris Bieneman 2022-01-31 16:11:11 -06:00
parent 1494d064fa
commit 3615182025
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
Analysis
AsmParser
BitWriter
CFGuard
CodeGen
Core
Coroutines