[PATCH] D111756: [test] Fix asan dynamic unit tests with per-target runtime dirs
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 14 10:23:33 PDT 2021
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: compiler-rt/lib/asan/tests/CMakeLists.txt:166
+ string(TOUPPER ${arch} ARCH_UPPER_CASE)
+ set(CONFIG_NAME ${ARCH_UPPER_CASE}${OS_NAME}Config)
----------------
Add a comment what this does.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111756/new/
https://reviews.llvm.org/D111756
More information about the llvm-commits
mailing list