llvm-project/compiler-rt/lib/dfsan
Martin Storsjö 8cf7ddbdd4 Revert "Prepare Compiler-RT for GnuInstallDirs, matching libcxx"
This reverts commit 9a9bc76c0e.

That commit broke "ninja install" when building compiler-rt for mingw
targets, building standalone (pointing cmake at the compiler-rt
directory) with cmake 3.16.3 (the one shipped in ubuntu 20.04), with
errors like this:

-- Install configuration: "Release"
CMake Error at cmake_install.cmake:44 (file):
  file cannot create directory: /include/sanitizer.  Maybe need
  administrative privileges.
Call Stack (most recent call first):
  /home/martin/code/llvm-mingw/src/llvm-project/compiler-rt/build-i686-sanitizers/cmake_install.cmake:37 (include)

FAILED: include/CMakeFiles/install-compiler-rt-headers
cd /home/martin/code/llvm-mingw/src/llvm-project/compiler-rt/build-i686-sanitizers/include && /usr/bin/cmake -DCMAKE_INSTALL_COMPONENT="compiler-rt-headers" -P /home/martin/code/llvm-mingw/src/llvm-project/compiler-rt/build-i686-sanitizers/cmake_install.cmake
ninja: build stopped: subcommand failed.
2021-07-10 10:45:54 +03:00
..
scripts [dfsan] Updated check_custom_wrappers.sh to dedup function names 2021-03-15 19:12:08 +00:00
.clang-format [sanitizer] Set IndentPPDirectives: AfterHash in .clang-format 2021-05-03 13:49:41 -07:00
CMakeLists.txt Revert "Prepare Compiler-RT for GnuInstallDirs, matching libcxx" 2021-07-10 10:45:54 +03:00
dfsan.cpp [dfsan] Expose dfsan_get_track_origins to get origin tracking status 2021-06-29 20:32:39 +00:00
dfsan.h [DFSan] Change shadow and origin memory layouts to match MSan. 2021-06-25 17:00:38 -07:00
dfsan.syms.extra [dfsan] Propagate origins for callsites 2021-02-26 19:12:03 +00:00
dfsan_allocator.cpp [DFSan] Change shadow and origin memory layouts to match MSan. 2021-06-25 17:00:38 -07:00
dfsan_allocator.h [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan_chained_origin_depot.cpp [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_chained_origin_depot.h [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_custom.cpp [dfsan] Use the sanitizer allocator to reduce memory cost 2021-06-06 22:09:31 +00:00
dfsan_flags.h [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_flags.inc [dfsan] Add full fast8 support 2021-06-07 17:20:54 -07:00
dfsan_interceptors.cpp [dfsan] Use the sanitizer allocator to reduce memory cost 2021-06-06 22:09:31 +00:00
dfsan_new_delete.cpp [dfsan] Use the sanitizer allocator to reduce memory cost 2021-06-06 22:09:31 +00:00
dfsan_origin.h [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_platform.h [DFSan] Change shadow and origin memory layouts to match MSan. 2021-06-25 17:00:38 -07:00
dfsan_thread.cpp [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan_thread.h [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
done_abilist.txt [dfsan] Expose dfsan_get_track_origins to get origin tracking status 2021-06-29 20:32:39 +00:00
libc_ubuntu1404_abilist.txt