yaxunl added a comment. I think we should have a lit test for linked bitcode files.
================ Comment at: lib/Driver/ToolChains/HIP.cpp:78 + std::string OCLC_daz_opt; + if (Args.hasArg(options::OPT_fcuda_flush_denormals_to_zero)) + OCLC_daz_opt = "oclc_daz_opt_on.amdgcn.bc"; ---------------- you can use StringRef here. Please use a more meaningful name, e.g. FlushDenormalControlBC. Repository: rC Clang https://reviews.llvm.org/D48493 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits