[all-commits] [llvm/llvm-project] 103b28: [llvm-profdata][test] Change -Wl, -no-pie to -no-pi...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jun 15 10:46:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 103b28902fd66e841860706efcc0354e553cce58
https://github.com/llvm/llvm-project/commit/103b28902fd66e841860706efcc0354e553cce58
Author: Fangrui Song <i at maskray.me>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M llvm/test/tools/llvm-profdata/memprof-basic.test
M llvm/test/tools/llvm-profdata/memprof-inline.test
M llvm/test/tools/llvm-profdata/memprof-merge.test
M llvm/test/tools/llvm-profdata/memprof-multi.test
Log Message:
-----------
[llvm-profdata][test] Change -Wl,-no-pie to -no-pie after D127808
The driver option -no-pie is preferred: Clang selects different crt*.o files,
though the PIC one usually can replace the non-PIC one.
More information about the All-commits
mailing list