Extracted from D99484. My new plan is to start from the outside and work
inward.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/cmake/modules/AddLLDB.cmake | ||
---|---|---|
1 | I think a problem with D115544 was that AddLLVM was assuming GNUInstallDirs yet downstream packages didn't yet include it. By starting with "leaf" packages I side-step this issue somewhat, but I am still putting these here defensively so that downstream projects that might include these aren't broken, and the precedent is set. |
Comment Actions
- Updating D115570: [lldb] Use GNUInstallDirs to support custom installation dirs. #
- Enter a brief description of the changes included in this update.
- The first line is used as subject, next lines as comment. #
- If you intended to create a new revision, use:
- $ arc diff --create
remove blank line we don't need to add
I think a problem with D115544 was that AddLLVM was assuming GNUInstallDirs yet downstream packages didn't yet include it.
By starting with "leaf" packages I side-step this issue somewhat, but I am still putting these here defensively so that downstream projects that might include these aren't broken, and the precedent is set.