aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-19 10:21:03 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-19 10:21:03 -0800
commit4f5e5f0b26c4e49b2caca8a750df305ab233990f (patch)
tree140634eebc611aa88baf0deeb299e0f347a5e7e0 /tools
parentc9cdf27ce9007e934fec257d75411d08c1ebacf6 (diff)
pick_llvm_opts comment
Diffstat (limited to 'tools')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 60dde9dc..065c71b8 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -291,7 +291,7 @@ class Building:
into i64s. In any case, the handpicked ones here should be safe and portable. They are also tuned for
things that look useful.
'''
- if not Building.LLVM_OPTS: return
+ if not Building.LLVM_OPTS: return # XXX this makes using this independently from the test runner very unpleasant
opts = []
if optimization_level > 0: