1 // REQUIRES: x86-registered-target
2 // RUN: %clang -cc1 -triple x86_64 -disable-llvm-passes -S -emit-llvm -o - %s \
5 // Verify that __attribute__((preserve_static_offset))
6 // has no effect for non-BPF target.
8 #define __ctx __attribute__((preserve_static_offset))
14 // CHECK-NOT: @llvm_preserve_static_offset
16 int bar(struct foo
*p
) {