[all-commits] [llvm/llvm-project] 989a5f: [Driver][test] clang_f_opts.c: unsupport AIX

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jul 29 21:31:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 989a5feb2ca7d3f63db6c3c33590cfd7596724a8
      https://github.com/llvm/llvm-project/commit/989a5feb2ca7d3f63db6c3c33590cfd7596724a8
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-07-29 (Sat, 29 Jul 2023)

  Changed paths:
    M clang/test/Driver/clang_f_opts.c

  Log Message:
  -----------
  [Driver][test] clang_f_opts.c: unsupport AIX

AIX prefers rejecting certain unimplemented features like
-fprofile-sample-use, making clang_f_opts.c (legacy test file testing
many miscellaneous features) not suitable. We could specify --target=,
but this style change is probably not the best for this legacy file.




More information about the All-commits mailing list