fix recent -fmodules-codegen fix test

This commit is contained in:
Luboš Luňák 2020-01-14 23:46:35 +01:00
parent 729530f68f
commit b5b2cf7af4
3 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1 @@
module foo { header "../codegen-extern-template.h" }

View File

@ -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

View File

@ -1 +0,0 @@
module foo { header "codegen-extern-template.h" }