llvm-project/compiler-rt/lib/profile
Alexandre Ganea dd2be15ff9 [gcov] Silence warning: comparison of integers of different signs
When building with Clang 11 on Windows, silence the following:

[432/5643] Building C object projects\compiler-rt\lib\profile\CMakeFiles\clang_rt.profile-x86_64.dir\GCDAProfiling.c.obj
F:\aganea\llvm-project\compiler-rt\lib\profile\GCDAProfiling.c(464,13): warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]
    if (val != (gcov_version >= 90 ? GCOV_TAG_OBJECT_SUMMARY
        ~~~ ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
2021-05-25 18:46:37 -04:00
..
CMakeLists.txt [CMake] Add -fno-rtti into tsan unittests 2020-10-30 20:03:38 -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 [profile] Remove dependence on getpagesize from InstrProfilingBuffer.c.o 2020-07-30 16:22:40 -07:00
InstrProfilingBiasVar.c [profile] Support counter relocation at runtime 2020-01-17 15:02:23 -08:00
InstrProfilingBuffer.c [profile] Remove dependence on getpagesize from InstrProfilingBuffer.c.o 2020-07-30 16:22:40 -07:00
InstrProfilingFile.c [profile] Skip mmap() if there are no counters 2021-05-19 09:31:40 -07:00
InstrProfilingInternal.c [profile] Add InstrProfilingInternal.c.o to Darwin kext builtins 2020-07-29 17:23:28 -07:00
InstrProfilingInternal.h [profile] Move RuntimeCounterRelocation and ProfileDumped into a separate file 2020-03-24 20:27:14 -07:00
InstrProfilingMerge.c Reland "[CMake] Support installation of InstrProfData.inc" 2019-11-22 14:09:46 -08:00
InstrProfilingMergeFile.c Reland "[CMake] Support installation of InstrProfData.inc" 2019-11-22 14:09:46 -08:00
InstrProfilingNameVar.c Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
InstrProfilingPlatformDarwin.c [profile] Add InstrProfilingInternal.c.o to Darwin kext builtins 2020-07-29 17:23:28 -07:00
InstrProfilingPlatformFuchsia.c [profile] Avoid duplicating or leaking VMO 2020-04-17 00:54:12 -07:00
InstrProfilingPlatformLinux.c [profile] Delete zero-size dummy sections 2021-02-28 21:07:30 -08:00
InstrProfilingPlatformOther.c Reland compiler-rt support for order file instrumentation. 2019-03-08 15:30:56 +00:00
InstrProfilingPlatformWindows.c Reland compiler-rt support for order file instrumentation. 2019-03-08 15:30:56 +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] Fix file contention causing dropped counts on Windows under -fprofile-generate 2019-11-27 15:55:13 +01:00
InstrProfilingUtil.h Fix PS4 build of compiler-rt runtime. 2020-05-14 02:11:16 +00: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 [profile] Add InstrProfilingInternal.c.o to Darwin kext builtins 2020-07-29 17:23:28 -07:00
WindowsMMap.c
WindowsMMap.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00