diff options
author | Vince Harron <vince@nethacker.com> | 2015-03-22 08:47:07 +0000 |
---|---|---|
committer | Vince Harron <vince@nethacker.com> | 2015-03-22 08:47:07 +0000 |
commit | 08dcf60295b79ac6a79ac94933778001eab2d389 (patch) | |
tree | 4541915833011ea477654515b30e3f4928a0f9db /clang/test/Modules/Inputs/update-exception-spec/module.modulemap | |
parent | c371ff048df8731052976f4e628ed1861cf61cfd (diff) | |
download | bcm5719-llvm-08dcf60295b79ac6a79ac94933778001eab2d389.tar.gz bcm5719-llvm-08dcf60295b79ac6a79ac94933778001eab2d389.zip |
Reverting 232853 and 232870 because they depend on 232793,
which was reverted because it was causing LLDB test failures
llvm-svn: 232907
Diffstat (limited to 'clang/test/Modules/Inputs/update-exception-spec/module.modulemap')
-rw-r--r-- | clang/test/Modules/Inputs/update-exception-spec/module.modulemap | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Modules/Inputs/update-exception-spec/module.modulemap b/clang/test/Modules/Inputs/update-exception-spec/module.modulemap index 880ae38b97a..e69de29bb2d 100644 --- a/clang/test/Modules/Inputs/update-exception-spec/module.modulemap +++ b/clang/test/Modules/Inputs/update-exception-spec/module.modulemap @@ -1,3 +0,0 @@ -module a { header "a.h" } -module b { header "b.h" } -module c { header "c.h" } |