================ @@ -0,0 +1,8 @@ +// REQUIRES: x86-registered-target +// RUN: %clang -cc1as -triple x86_64 %s -filetype obj --gsframe -o %t.o +// RUN: llvm-readelf -S %t.o | FileCheck %s ---------------- tarunprabhu wrote:
Instead of two separate `RUN` directives, can the output of `clang` be piped into `llvm-readelf`? https://github.com/llvm/llvm-project/pull/165806 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
