[all-commits] [llvm/llvm-project] 361518: [NFC] Add CFGuard to opt build
Chris B via All-commits
all-commits at lists.llvm.org
Tue Feb 1 10:32:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 361518202532d1b43dacf41c8a0385cc32875bb4
https://github.com/llvm/llvm-project/commit/361518202532d1b43dacf41c8a0385cc32875bb4
Author: Chris Bieneman <beanz at abolishcrlf.org>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M llvm/tools/opt/CMakeLists.txt
Log Message:
-----------
[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.
More information about the All-commits
mailing list