summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_common.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-11-15 03:26:28 +0000
committerBob Wilson <bob.wilson@apple.com>2013-11-15 03:26:28 +0000
commitabc91eacac91033254f4a07c89609bd3cb73cb24 (patch)
treea966d615ae9a6262902b170918b2a5279eca04ae /compiler-rt/lib/sanitizer_common/sanitizer_common.h
parent9c0f67f13f6b4c4cc353c859f0375de1d5d4703f (diff)
downloadbcm5719-llvm-abc91eacac91033254f4a07c89609bd3cb73cb24.tar.gz
bcm5719-llvm-abc91eacac91033254f4a07c89609bd3cb73cb24.zip
Speculatively revert asan coverage changes 194702-194704.
Apple's bootstrapped LTO builds have been failing, and these changes (along with llvm 194701) are the only things on the blamelist. I will either reapply these changes or help debug the problem, depending on whether this fixes the buildbots. llvm-svn: 194779
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_common.h')
-rw-r--r--compiler-rt/lib/sanitizer_common/sanitizer_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_common.h b/compiler-rt/lib/sanitizer_common/sanitizer_common.h
index cf8a12d65a0..daf9892d90c 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_common.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_common.h
@@ -180,9 +180,6 @@ void SleepForMillis(int millis);
u64 NanoTime();
int Atexit(void (*function)(void));
void SortArray(uptr *array, uptr size);
-// Strip the directories from the module name, return a new string allocated
-// with internal_strdup.
-char *StripModuleName(const char *module);
// Exit
void NORETURN Abort();
@@ -362,8 +359,6 @@ class InternalMmapVector {
return capacity_;
}
- void clear() { size_ = 0; }
-
private:
void Resize(uptr new_capacity) {
CHECK_GT(new_capacity, 0);
OpenPOWER on IntegriCloud