diff clang/test/CodeGen/bpf-attr-preserve-access-index-1.c @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children 5f17cb93ff66
line wrap: on
line diff
--- a/clang/test/CodeGen/bpf-attr-preserve-access-index-1.c	Mon May 25 11:55:54 2020 +0900
+++ b/clang/test/CodeGen/bpf-attr-preserve-access-index-1.c	Tue Jun 08 06:07:14 2021 +0900
@@ -1,5 +1,5 @@
 // REQUIRES: bpf-registered-target
-// RUN: %clang -target bpf -emit-llvm -S -g %s -o - | FileCheck %s
+// RUN: %clang -target bpf -emit-llvm -S -g -Xclang -disable-llvm-passes %s -o - | FileCheck %s
 
 #define __reloc__ __attribute__((preserve_access_index))