Skip to content

Commit

Permalink
Revert "[Darwin] Apply workaround to make symbolication in iOS simula…
Browse files Browse the repository at this point in the history
…tors work"

This reverts commit ebd8eee.
  • Loading branch information
Julian Lettner committed Feb 24, 2023
1 parent 4fcfff4 commit d8b8911
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py
Expand Up @@ -22,11 +22,6 @@
if e in os.environ:
os.environ["SIMCTL_CHILD_" + e] = os.environ[e]

find_atos_cmd = 'xcrun -sdk iphonesimulator -f atos'
atos_path = subprocess.run(find_atos_cmd.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE, check=True).stdout.decode().strip()
for san in ['ASAN', 'TSAN', 'UBSAN', 'LSAN']:
os.environ[f'SIMCTL_CHILD_{san}_SYMBOLIZER_PATH'] = atos_path

prog = sys.argv[1]
exit_code = None
if prog == 'rm':
Expand Down

0 comments on commit d8b8911

Please sign in to comment.