Currently these files are being installed into a root installation
directory, but this triggers an error when the installation directory
is set to an empty string which is often the case when DESTDIR is
used to control the installation destination.
Details
Details
- Reviewers
beanz vitalybuka smeenai fjricci compnerd - Commits
- rG77cfaca5f674: Reland "Install resource files into a share/ directory"
rG17850f67fff8: Reland "Install resource files into a share/ directory"
rG5e9e86a538a1: Reland "Install resource files into a share/ directory"
rGde4ed26b28cb: [CMake] Install resource files into a share/ directory
rCRT322451: Reland "Install resource files into a share/ directory"
rL322451: Reland "Install resource files into a share/ directory"
rL322256: Reland "Install resource files into a share/ directory"
rCRT322256: Reland "Install resource files into a share/ directory"
rCRT322234: Reland "Install resource files into a share/ directory"
rL322234: Reland "Install resource files into a share/ directory"
rCRT322153: [CMake] Install resource files into a share/ directory
rL322153: [CMake] Install resource files into a share/ directory
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
Event Timeline
Comment Actions
I like this idea, but will anything else need to be updated if these files are installed in this new location?
Comment Actions
Looks like the blacklist files are installed using add_compiler_rt_resource_file, so at the very least, this would require updating getDefaultBlacklist in clang to look in the new location?
compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake | ||
---|---|---|
434 ↗ | (On Diff #129207) | I think you need to append "share" here too. |