[llvm-bugs] [Bug 47293] New: Merge 2b37174b9a5db235e493cb72e4454cc08a1b179 into 11.0

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Aug 23 17:21:50 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=47293

            Bug ID: 47293
           Summary: Merge 2b37174b9a5db235e493cb72e4454cc08a1b179 into
                    11.0
           Product: clang
           Version: 11.0
          Hardware: All
                OS: OpenBSD
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: brad at comstyle.com
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk
            Blocks: 46725

Please merge
https://github.com/llvm/llvm-project/commit/2b37174b9a5db235e493cb72e4454cc08a1b1791.

[clang][Driver] Implement AddClangSystemIncludeArgs and HasNativeLLVMSupport
for the OpenBSD clang driver.

If not overridden, AddClangSystemIncludeArgs's implementation is empty, so by
default, no system include args are added to the Clang driver. This means that
invoking Clang without the frontend must include a manual -I/usr/include flag,
which is inconsistent behavior. Therefore, override and implement this method
to match. Some boilerplate is also borrowed for handling of the other driver
flags.

While we are here, also override and enable HasNativeLLVMSupport.


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=46725
[Bug 46725] [meta] 11.0.0 Release Blockers
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200824/6aad0c25/attachment.html>


More information about the llvm-bugs mailing list