[all-commits] [llvm/llvm-project] c39270: [lldb] Support Darwin cross compilation for remote...

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Thu Jul 31 11:40:32 PDT 2025


  Branch: refs/heads/users/rampitec/07-31-_amdgpu_regenerate_checks_in_the_codegen_amdgpu_fptrunc.f16.ll._nfc
  Home:   https://github.com/llvm/llvm-project
  Commit: c3927086c8efe70d4b6fada3ee1d64a3c6ab6325
      https://github.com/llvm/llvm-project/commit/c3927086c8efe70d4b6fada3ee1d64a3c6ab6325
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/builders/builder.py
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.py
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules

  Log Message:
  -----------
  [lldb] Support Darwin cross compilation for remote Linux test suite runs (#151403)

Fix cross-compilation of test inferiors on Darwin, targeting remote
Linux. This requires specifying the target triple and using LLD for
linking.

Fixes #150806


  Commit: 7b5a44c6056888b4a2b59c834bafac8304f6b538
      https://github.com/llvm/llvm-project/commit/7b5a44c6056888b4a2b59c834bafac8304f6b538
  Author: shuffle2 <godisgovernment at gmail.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/globals.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/globals.ll

  Log Message:
  -----------
  [hwasan] Add hwasan-all-globals option (#149621)

hwasan-globals does not instrument globals with custom sections, because
existing code may use `__start_`/`__stop_` symbols to iterate over
globals in such a way which will cause hwasan assertions.

Introduce new hwasan-all-globals option, which instruments all
user-defined globals (but not those globals which are generated by the
hwasan instrumentation itself), including those with custom sections.

fixes #142442


  Commit: d6e4899f84079413819906fb26113b5ef154306f
      https://github.com/llvm/llvm-project/commit/d6e4899f84079413819906fb26113b5ef154306f
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/builders/builder.py
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.py
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
    M llvm/test/Instrumentation/HWAddressSanitizer/X86/globals.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/globals.ll

  Log Message:
  -----------
  Merge branch 'main' into users/rampitec/07-31-_amdgpu_regenerate_checks_in_the_codegen_amdgpu_fptrunc.f16.ll._nfc


Compare: https://github.com/llvm/llvm-project/compare/8910788f4422...d6e4899f8407

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list