summaryrefslogtreecommitdiff
path: root/clang/test/Driver/split-debug.c
AgeCommit message (Expand)Author
2024-03-06[CLANG][DWARF] Do not emit -ggnu-pubnames for LLDB tuning, unless -ggnu-pubna...Alexander Yermolovich
2024-02-27Revert "[CLANG][DWARF] Do not emit -ggnu-pubnames for split dwarf version 5."...Alexander Yermolovich
2024-02-27[CLANG][DWARF] Do not emit -ggnu-pubnames for split dwarf version 5. (#82840)Alexander Yermolovich
2023-08-01[Driver][test] Add --rocm-path or -nogpuinc/-nogpulib to some AMDGPU testsFangrui Song
2023-07-30Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-29[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-07-28Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-28[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-06-26Reland [COFF] Support -gsplit-dwarf for COFF on WindowsHaohai Wen
2023-06-25Revert "[COFF] Support -gsplit-dwarf for COFF on Windows"Nico Weber
2023-06-25[COFF] Support -gsplit-dwarf for COFF on WindowsHaohai Wen
2023-05-09[Driver][test] Exclude `-o /dev/null` test for WindowsFangrui Song
2023-05-09[Driver] Add -dumpdir and change -gsplit-dwarf .dwo names for linkingFangrui Song
2022-06-24Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info"David Blaikie
2022-06-23DebugInfo: Fully integrate ctor type homing into 'limited' debug infoDavid Blaikie
2021-07-26[DebugInfo] Switch to using constructor homing (-debug-info-kind=constructor)...Amy Huang
2021-03-01Make -f[no-]split-dwarf-inlining CC1 default align with driver default (no in...Fangrui Song
2021-01-14[Driver] -gsplit-dwarf: Produce .dwo regardless of -gN for IR inputFangrui Song
2021-01-13[Driver] -gsplit-dwarf: Produce .dwo regardless of -gN for -fthinlto-index=Fangrui Song
2020-12-16Fix split-debug.c test on WindowsReid Kleckner
2020-12-08[Driver] Add -gno-split-dwarf which can disable debug fissionFangrui Song
2020-12-08[Driver] Don't make -gsplit-dwarf imply -g2Fangrui Song
2020-12-07[test] Rewrite split-debug.cFangrui Song
2020-09-17Support dwarf fission for wasm object filesDerek Schuff
2020-07-28Revert "Switch to using -debug-info-kind=constructor as default (from =limited)"Amy Huang
2020-07-09Switch to using -debug-info-kind=constructor as default (from =limited)Amy Huang
2019-12-11[DWARF5][SplitDwarf] Set default state for -fsplit-dwarf-inlining to be false.Alexey Lapshin
2019-06-26[Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarfAaron Puchert
2019-06-15[Clang] Harmonize Split DWARF options with llcAaron Puchert
2019-06-15[Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert
2019-04-17[Driver] Simplify -g level computation and its interaction with -gsplit-dwarfFangrui Song
2019-03-29[AMDGPU] Switch default DWARF version to 5Scott Linder
2019-03-28[Driver] Allow -gsplit-dwarf on ELF OSes other than Linux and FuchsiaFangrui Song
2018-11-14[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar
2018-05-22Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ...Peter Collingbourne
2018-05-22Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson
2018-05-21CodeGen, Driver: Start using direct split dwarf emission in clang.Peter Collingbourne
2017-04-28Enable -fno-split-dwarf-inlining even when -gsplit-dwarf isn't specified.David Blaikie
2017-04-21Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie
2016-08-31DebugInfo: Fix -gsplit-dwarf + -fno-split-dwarf-inliningDavid Blaikie
2016-08-24DebugInfo: Let -gsplit-dwarf and -gmlt compose if -fno-split-dwarf-inlining i...David Blaikie
2015-12-19Driver part of debugger tuning.Paul Robinson
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-07-30Split DWARF: Allow -gmlt/-gsplit-dwarf to override rather than complement eac...David Blaikie
2014-10-12clang/test/Driver: Some tests don't REQUIRE asserts any more. Remove them.NAKAMURA Takumi
2013-06-05If we're splitting the dwarf for fission and don't want to use theEric Christopher
2013-02-22Split out the command handling for split debug info, we're goingEric Christopher
2013-02-22Make sure we only use the output file as a base for debug splittingEric Christopher
2013-02-21Don't pass -split-dwarf= to the backend unless we're on linux forEric Christopher
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher