[all-commits] [llvm/llvm-project] e64f8e: [flang][Driver] Guard check for pic/pie settings w...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Jun 11 08:18:15 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e64f8e043cdfc394fd31e157c8c5fb25ca85bd2f
      https://github.com/llvm/llvm-project/commit/e64f8e043cdfc394fd31e157c8c5fb25ca85bd2f
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-06-11 (Wed, 11 Jun 2025)

  Changed paths:
    M flang/test/Driver/pic-flags.f90

  Log Message:
  -----------
  [flang][Driver] Guard check for pic/pie settings without driver flags (#143530)

The default relocation model for clang depends on the cmake flag
CLANG_DEFAULT_PIE_ON_LINUX. By default it is set to ON, but when it's
OFF, the default relocation model will be "static".
The outcome of the test running clang without any PIC/PIE flags will
depend on the cmake flag, so make sure it only runs when the flag is ON.



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