Hi all,
Please find attached a fix for a build break introduced by the removal of an empty header file from clang. See attached patch.
Relevant clang change:
git commit 08cca3acae945f39692c7a08e03714eccba125a7
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196410 91177308-0d34-0410-b5e6-96231b3b80d8
It just removes the header file inclusion.
-Todd
bb_CC1Options_h_removal.diff (546 Bytes)
Thanks Todd, please commit. I just did a clean llvm checkout and hit the same problem.
Hi Jason,
I just tried to commit but looks like I don’t appear to have commit access. If there’s another committer online, please submit my patch.
Thanks!
-Todd
I applied this patch (r196483). Thanks
Since you seem very interested by LLDB, you should ask to get +w
permissions on LLVM:
http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access
Sylvestre