mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
Fix a bug in getRunOptions() where there was no space between the arch spec and the compiler spec.
llvm-svn: 152941
This commit is contained in:
parent
ae12b18ad8
commit
531c085815
@ -868,7 +868,7 @@ class Base(unittest2.TestCase):
|
||||
else:
|
||||
option_str = ""
|
||||
if comp:
|
||||
option_str += "-C " + comp
|
||||
option_str += " -C " + comp
|
||||
return option_str
|
||||
|
||||
# ==================================================
|
||||
|
Loading…
Reference in New Issue
Block a user