[clang] 3329dae - [clang] Fix macos build broken after D120989

Alex Brachet via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 7 11:18:12 PDT 2022


Author: Alex Brachet
Date: 2022-04-07T18:17:29Z
New Revision: 3329dae5cb8a8c91c518dd87c09e88c4fad507bd

URL: https://github.com/llvm/llvm-project/commit/3329dae5cb8a8c91c518dd87c09e88c4fad507bd
DIFF: https://github.com/llvm/llvm-project/commit/3329dae5cb8a8c91c518dd87c09e88c4fad507bd.diff

LOG: [clang] Fix macos build broken after D120989

Added: 
    

Modified: 
    clang/test/CodeGen/debug-info-alias.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/debug-info-alias.c b/clang/test/CodeGen/debug-info-alias.c
index 45e9fbec83d70..5d26b4b8f93d4 100644
--- a/clang/test/CodeGen/debug-info-alias.c
+++ b/clang/test/CodeGen/debug-info-alias.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -target x86_64-unknown-linux-gnu -o - | FileCheck %s
 
 // CHECK-DAG: [[ENTITY1:![0-9]+]] = distinct !DIGlobalVariable(name: "aliased_global"
 // CHECK-DAG: [[ENTITY2:![0-9]+]] = distinct !DIGlobalVariable(name: "aliased_global_2"


        


More information about the cfe-commits mailing list