Skip to content

Commit bd29f78

Browse files
committed
---
yaml --- r: 34775 b: refs/heads/master c: f5e71f5 h: refs/heads/master i: 34773: e78d902 34771: 8784e5c 34767: 564fe7a v: v3
1 parent a9de819 commit bd29f78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ebce09702f04640a545a41323f2d4a34c0023f9e
2+
refs/heads/master: f5e71f523a84ea59321060a21a178e3e755aacd6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/src/rustllvm/RustWrapper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,5 +493,7 @@ extern "C" LLVMValueRef LLVMBuildAtomicRMW(LLVMBuilderRef B,
493493
}
494494

495495
extern "C" void LLVMSetDebug(int Enabled) {
496+
#ifndef NDEBUG
496497
DebugFlag = Enabled;
498+
#endif
497499
}

0 commit comments

Comments
 (0)