Home
last modified time | relevance | path

Searched refs:ObjcopyArgs (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Driver/
DOffloadBundler.cpp645 SmallVector<StringRef, 8u> ObjcopyArgs{"llvm-objcopy"}; in WriteBundleEnd() local
660 ObjcopyArgs.push_back( in WriteBundleEnd()
663 ObjcopyArgs.push_back( in WriteBundleEnd()
667 ObjcopyArgs.push_back("--"); in WriteBundleEnd()
668 ObjcopyArgs.push_back( in WriteBundleEnd()
670 ObjcopyArgs.push_back(BundlerConfig.OutputFileNames.front()); in WriteBundleEnd()
672 if (Error Err = executeObjcopy(BundlerConfig.ObjcopyPath, ObjcopyArgs)) in WriteBundleEnd()