[all-commits] [llvm/llvm-project] ab68df: [Driver][test] Add -resource-dir= and -fvisibility...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jul 31 08:20:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab68df505e5bb8808ee44f53044b50ca7575098e
https://github.com/llvm/llvm-project/commit/ab68df505e5bb8808ee44f53044b50ca7575098e
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
A clang/test/Driver/Inputs/resource_dir/share/cfi_ignorelist.txt
M clang/test/Driver/fsanitize.c
Log Message:
-----------
[Driver][test] Add -resource-dir= and -fvisibility=hidden to -fsanitize=cfi commands
Similar to fsanitize-ignorelist.c.
Otherwise there may or may not be an error, depending on whether
share/cfi_ignorelist.txt is present in the default resource directory.
Exposed by D156363
More information about the All-commits
mailing list