commit | 2f633e7c3c9ad6ebe45473774332118da980027c | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Jun 22 22:20:47 2015 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Jun 22 22:20:47 2015 +0000 |
tree | 3852e56335fadfe611f5caa1465141f6001396b8 | |
parent | 69a1d8c64674594ec3853f1bce3065d276241349 [diff] [blame] |
[modules] When building a module, if there are multiple matches for a header file in the loaded module maps and one of them is from the current module, that's the right match. llvm-svn: 240350
diff --git a/clang/test/Modules/Inputs/explicit-build-prefer-self/a.h b/clang/test/Modules/Inputs/explicit-build-prefer-self/a.h new file mode 100644 index 0000000..d457612 --- /dev/null +++ b/clang/test/Modules/Inputs/explicit-build-prefer-self/a.h
@@ -0,0 +1,2 @@ +// a +#include "x.h"