forked from OSchip/llvm-project
fix recent -fmodules-codegen fix test
This commit is contained in:
parent
729530f68f
commit
b5b2cf7af4
|
@ -0,0 +1 @@
|
|||
module foo { header "../codegen-extern-template.h" }
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -triple=x86_64-linux-gnu -fmodules -fmodules-codegen -emit-module -fmodule-name=foo %S/codegen-extern-template.modulemap -x c++ -o %t.pcm
|
||||
// RUN: %clang_cc1 -triple=x86_64-linux-gnu -fmodules -fmodules-codegen -emit-module -fmodule-name=foo %S/Inputs/codegen-extern-template.modulemap -x c++ -o %t.pcm
|
||||
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fmodules -fmodule-file=%t.pcm %s -emit-llvm -o - | FileCheck %s
|
||||
// expected-no-diagnostics
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
module foo { header "codegen-extern-template.h" }
|
Loading…
Reference in New Issue