[CodeGen] Add target triple to test (NFC)
authorNikita Popov <npopov@redhat.com>
Tue, 4 Jan 2022 14:24:14 +0000 (15:24 +0100)
committerNikita Popov <npopov@redhat.com>
Tue, 4 Jan 2022 14:24:14 +0000 (15:24 +0100)
Exact IR may depend on target.

clang/test/CodeGen/clear_cache.c

index 2ba0abe..1caa33f 100644 (file)
@@ -1,5 +1,5 @@
 // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
-// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s -o - | FileCheck %s
 
 char buffer[32] = "This is a largely unused buffer";