search for: wasmobjectfil

Displaying 10 results from an estimated 10 matches for "wasmobjectfil".

Did you mean: wasmobjectfile
2017 Aug 29
3
how to auto-report LLVM bugs found by fuzzing?
...Thanks! --kcc dwarfdump: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3216&q=label%3AProj-llvm%20dwarfdump-fuzzer&colspec=ID%20Type%20Component%20Status%20Proj%20Reported%20Owner%20Summary Crash Type: ASSERT Crash Address: Crash State: result <= UINT32_MAX llvm::object::WasmObjectFile::parseStartSection llvm::object::WasmObjectFile::parseSection Crash Type: Heap-buffer-overflow READ 1 Crash Address: 0x60200000009a Crash State: llvm::object::WasmObjectFile::parseCustomSection llvm::object::WasmObjectFile::parseSection llvm::object::WasmObjectFile::WasmObjectFile Crash...
2017 Aug 29
2
how to auto-report LLVM bugs found by fuzzing?
...s/detail?id= > 3216&q=label%3AProj-llvm%20dwarfdump-fuzzer&colspec=ID% > 20Type%20Component%20Status%20Proj%20Reported%20Owner%20Summary > > > > Crash Type: ASSERT > > Crash Address: > > Crash State: > > result <= UINT32_MAX > > llvm::object::WasmObjectFile::parseStartSection > > llvm::object::WasmObjectFile::parseSection > > > > Crash Type: Heap-buffer-overflow READ 1 > > Crash Address: 0x60200000009a > > Crash State: > > llvm::object::WasmObjectFile::parseCustomSection > > llvm::object::WasmObjectFile...
2020 Aug 25
9
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...    object::ELFObjectFileBase &In, Buffer &Out);   Error executeObjcopyOnBinary(const CopyConfig &Config,                              object::MachOObjectFile &In, Buffer &Out);   Error executeObjcopyOnBinary(const CopyConfig &Config,                              object::WasmObjectFile &In, Buffer &Out); 6. Address ranges and single addresses pointing to removed code should be marked    with tombstone value in the input file:    -2 for .debug_ranges and .debug_loc.    -1 for other .debug* tables. 7. Prototype implementation - https://reviews.llvm.org/D86539. ====...
2020 Aug 26
3
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...&Out); >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::MachOObjectFile &In, Buffer > &Out); >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::WasmObjectFile &In, Buffer > &Out); > > 6. Address ranges and single addresses pointing to removed code > should > be marked >     with tombstone value in the input file: > >     -2 for .debug_ranges and .debug_loc. >     -1 for other .debug* tables....
2020 Sep 01
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...&Out); >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::MachOObjectFile &In, Buffer > &Out); >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::WasmObjectFile &In, Buffer > &Out); > > 6. Address ranges and single addresses pointing to removed code > should > be marked >     with tombstone value in the input file: > >     -2 for .debug_ranges and .debug_loc. >     -1 for other .debug* tables....
2020 Sep 02
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...ecuteObjcopyOnBinary(const CopyConfig &Config, >>                               object::MachOObjectFile &In, >> Buffer &Out); >>    Error executeObjcopyOnBinary(const CopyConfig &Config, >>                               object::WasmObjectFile &In, >> Buffer &Out); >> >> 6. Address ranges and single addresses pointing to removed >> code should >> be marked >>     with tombstone value in the input file: >> >>     -2 for .debug_ranges a...
2020 Sep 02
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...uffer &Out); >>>    Error executeObjcopyOnBinary(const CopyConfig &Config, >>> object::MachOObjectFile &In, Buffer &Out); >>>    Error executeObjcopyOnBinary(const CopyConfig &Config, >>> object::WasmObjectFile &In, Buffer &Out); >>> >>> 6. Address ranges and single addresses pointing to >>> removed code should >>> be marked >>>     with tombstone value in the input file: >>> >>>...
2020 Sep 03
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...>>>> &Config, >>>> object::MachOObjectFile &In, Buffer &Out); >>>>    Error executeObjcopyOnBinary(const CopyConfig >>>> &Config, >>>> object::WasmObjectFile &In, Buffer &Out); >>>> >>>> 6. Address ranges and single addresses pointing to >>>> removed code should >>>> be marked >>>>     with tombstone value in the input fil...
2020 Aug 31
6
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...&Out); >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::MachOObjectFile &In, Buffer > &Out); >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::WasmObjectFile &In, Buffer > &Out); > > 6. Address ranges and single addresses pointing to removed code > should > be marked >     with tombstone value in the input file: > >     -2 for .debug_ranges and .debug_loc. >     -1 for other .debug* tables....
2020 Apr 23
7
Cannot build master
Hi, Using master at b0a1c0b72c9c61f8b0a223e08f43498abb64f5e8, I cannot build LLVM. I configured with: CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/llvm11-git \ -DCMAKE_BUILD_TYPE=Release \ -DLLVM_BUILD_LLVM_DYLIB=ON \ -DLLVM_LINK_LLVM_DYLIB=ON \ -DBUILD_SHARED_LIBS=OFF \ -DLLVM_ENABLE_EH=ON \ -DLLVM_ENABLE_RTTI=ON \