[llvm] [BOLT] Enable hugify for AArch64 (PR #117158)
Vladislav Khmelevsky via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 09:27:50 PDT 2025
================
@@ -11,17 +11,28 @@ int main(int argc, char **argv) {
REQUIRES: system-linux,bolt-runtime
RUN: %clang %cflags -no-pie %s -o %t.nopie.exe -Wl,-q
-RUN: %clang %cflags -fpic -pie %s -o %t.pie.exe -Wl,-q
----------------
yota9 wrote:
May I ask why?
https://github.com/llvm/llvm-project/pull/117158
More information about the llvm-commits
mailing list