[clang] [compiler-rt] Reapply " [XRay] Add support for instrumentation of DSOs on x86_64 (#90959)" (PR #113548)

Jordan Rupprecht via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 07:41:28 PDT 2024


================
@@ -0,0 +1,17 @@
+// RUN: %clang -### --target=x86_64-unknown-linux-gnu -fPIC -fxray-instrument -fxray-shared -c %s -o /dev/null 2>&1 | FileCheck %s
+// RUN: %clang -### --target=x86_64-unknown-linux-gnu -fpic -fxray-instrument -fxray-shared -c %s -o /dev/null 2>&1 | FileCheck %s
+// RUN: %clang -### --target=x86_64-unknown-linux-gnu -fxray-instrument -fxray-shared -c %s -o /dev/null 2>&1 | FileCheck %s
----------------
rupprecht wrote:

Yes, it looks good. Thanks! Merged it in.

https://github.com/llvm/llvm-project/pull/113548


More information about the llvm-commits mailing list