[PATCH] D21841: [OpenMP] Use fopenmp prefix for all options introduced by the offloading implementation.

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 29 10:02:19 PDT 2016


sfantao created this revision.
sfantao added reviewers: ABataev, hfinkel, carlo.bertolli, arpith-jacob.
sfantao added subscribers: caomhin, cfe-commits.

This patch changes the options used by offloading to start with -fopenmp instead of -fomp. This makes the option naming more consistent and materializes a suggestion by Richard Smith in http://reviews.llvm.org/D9888.

http://reviews.llvm.org/D21841

Files:
  include/clang/Driver/CC1Options.td
  include/clang/Driver/Options.td
  lib/Frontend/CompilerInvocation.cpp
  test/OpenMP/distribute_codegen.cpp
  test/OpenMP/nvptx_target_codegen.cpp
  test/OpenMP/nvptx_target_firstprivate_codegen.cpp
  test/OpenMP/nvptx_teams_codegen.cpp
  test/OpenMP/target_codegen.cpp
  test/OpenMP/target_codegen_global_capture.cpp
  test/OpenMP/target_codegen_registration.cpp
  test/OpenMP/target_codegen_registration_naming.cpp
  test/OpenMP/target_data_codegen.cpp
  test/OpenMP/target_enter_data_codegen.cpp
  test/OpenMP/target_exit_data_codegen.cpp
  test/OpenMP/target_firstprivate_codegen.cpp
  test/OpenMP/target_map_codegen.cpp
  test/OpenMP/target_messages.cpp
  test/OpenMP/target_parallel_messages.cpp
  test/OpenMP/target_private_codegen.cpp
  test/OpenMP/target_update_codegen.cpp
  test/OpenMP/teams_codegen.cpp
  test/OpenMP/teams_firstprivate_codegen.cpp
  test/OpenMP/teams_private_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21841.62233.patch
Type: text/x-patch
Size: 172203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160629/44c8f4b3/attachment-0001.bin>


More information about the cfe-commits mailing list