diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-12-05 10:55:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 10:55:29 -0800 |
commit | 82d8dc7a9f5ca1c7989ab227bf32edfcd7e4a3c1 (patch) | |
tree | 4c80e609349117435eccccdc1a304c011078b029 /test/debugInfo.fromasm.imprecise.map | |
parent | 42acc22254c89b035bbaba512c86c1784545278d (diff) | |
download | binaryen-82d8dc7a9f5ca1c7989ab227bf32edfcd7e4a3c1.tar.gz binaryen-82d8dc7a9f5ca1c7989ab227bf32edfcd7e4a3c1.tar.bz2 binaryen-82d8dc7a9f5ca1c7989ab227bf32edfcd7e4a3c1.zip |
Handle debug info without a filename in asm2wasm (#1249)
* support debug info without a filename in asm2wasm input (which can happen if llvm doesn't know the file, only the line)
Diffstat (limited to 'test/debugInfo.fromasm.imprecise.map')
-rw-r--r-- | test/debugInfo.fromasm.imprecise.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/debugInfo.fromasm.imprecise.map b/test/debugInfo.fromasm.imprecise.map index 2988459c5..b7ca07106 100644 --- a/test/debugInfo.fromasm.imprecise.map +++ b/test/debugInfo.fromasm.imprecise.map @@ -1 +1 @@ -{"version":3,"sources":["tests/hello_world.c","tests/other_file.cpp","return.cpp","even-opted.cpp","fib.c","/tmp/emscripten_test_binaryen2_28hnAe/src.c"],"names":[],"mappings":"oKC8ylTA,QC7vlTA,OAkDA,QCnGA,OACA,OACA,aCAA,wBAKA,MAJA,OADA,0BAKA,0FCsi1DA"}
\ No newline at end of file +{"version":3,"sources":["tests/hello_world.c","tests/other_file.cpp","return.cpp","even-opted.cpp","fib.c","/tmp/emscripten_test_binaryen2_28hnAe/src.c","(unknown)"],"names":[],"mappings":"iLC8ylTA,QC7vlTA,OAkDA,QCnGA,OACA,OACA,aCAA,wBAKA,MAJA,OADA,0BAKA,0FCsi1DA,KCrvyDA"}
\ No newline at end of file |