mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-11 02:16:50 +00:00
[Modules] Fix testcases from r331232
llvm-svn: 331233
This commit is contained in:
parent
85f87dd91a
commit
763cd2a98a
@ -1,6 +1,5 @@
|
||||
|
||||
framework module A {
|
||||
header "a.h"
|
||||
//module * { export * }
|
||||
export *
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
// RUN: rm -rf %t
|
||||
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/non-ambiguous-enum -fsyntax-only %s -verify
|
||||
#import <B/B.h>
|
||||
#import <A/A.h>
|
||||
#import <B/b.h>
|
||||
#import <A/a.h>
|
||||
|
||||
// expected-no-diagnostics
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user