llvm-project/compiler-rt/lib/profile
Brian Cain 68ab571e22 [sanitizer] Fix for CMAKE_CXX_FLAGS update
With unquoted ${CMAKE_CXX_FLAGS}, the REGEX fails when it's empty:

```CMake Error at lib/scudo/standalone/CMakeLists.txt:14 (string):
string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.```
2021-08-19 12:05:55 -07:00
..
CMakeLists.txt [sanitizer] Fix for CMAKE_CXX_FLAGS update 2021-08-19 12:05:55 -07:00
GCDAProfiling.c [gcov] Silence warning: comparison of integers of different signs 2021-05-25 18:46:37 -04:00
InstrProfiling.c [profile] Add InstrProfilingInternal.c.o to Darwin kext builtins 2020-07-29 17:23:28 -07:00
InstrProfiling.h [InstrProfiling] Use weak alias for bias variable 2021-07-19 12:23:51 -07:00
InstrProfilingBuffer.c [profile] Fix profile merging with binary IDs 2021-07-30 18:54:27 -07:00
InstrProfilingFile.c [profile] Don't use pragma comment linker on mingw 2021-08-16 18:20:32 +02:00
InstrProfilingInternal.c Revert "[profile] Add binary id into profiles" 2021-07-21 19:15:18 +00:00
InstrProfilingInternal.h [profile] Add binary id into profiles 2021-07-23 00:19:12 +00:00
InstrProfilingMerge.c [profile] Fix profile merging with binary IDs 2021-07-30 18:54:27 -07:00
InstrProfilingMergeFile.c Reland "[CMake] Support installation of InstrProfData.inc" 2019-11-22 14:09:46 -08:00
InstrProfilingNameVar.c
InstrProfilingPlatformDarwin.c [profile] Add binary id into profiles 2021-07-23 00:19:12 +00:00
InstrProfilingPlatformFuchsia.c [InstrProfiling] Use weak alias for bias variable 2021-07-19 12:23:51 -07:00
InstrProfilingPlatformLinux.c [profile] Add static keyword to binary id functions 2021-08-16 19:36:47 +00:00
InstrProfilingPlatformOther.c [InstrProfiling] Support relative CountersPtr for PlatformOther 2021-08-18 17:45:39 +00:00
InstrProfilingPlatformWindows.c [profile] Add binary id into profiles 2021-07-23 00:19:12 +00:00
InstrProfilingPort.h [profile] Add __attribute__((used)) to zero size dummy sections 2021-02-17 19:22:25 -08:00
InstrProfilingRuntime.cpp [profile] Make atexit hook a no-op on Fuchsia 2020-03-24 18:47:38 -07:00
InstrProfilingUtil.c [profile][Fuchsia] Add missing system header #include 2021-08-06 17:59:35 -07:00
InstrProfilingUtil.h [Profile][NFC] Clean up initializeProfileForContinuousMode 2021-08-06 14:00:36 -07:00
InstrProfilingValue.c [PGO] Remove the old memop value profiling buckets. 2020-10-15 10:09:49 -07:00
InstrProfilingVersionVar.c [profile] Move __llvm_profile_raw_version into a separate file 2020-07-16 16:02:04 -07:00
InstrProfilingWriter.c [InstrProfiling] Fix warnings when building for Windows 2021-08-09 11:39:11 +03:00
WindowsMMap.c [profile] Decommit memory after counter relocation 2021-07-15 22:49:21 -07:00
WindowsMMap.h [profile] Decommit memory after counter relocation 2021-07-15 22:49:21 -07:00