View | Details | Raw Unified | Return to bug 245178 | Differences between
and this patch

Collapse All | Expand All

(-)src/amd/common/ac_llvm_helper.cpp (-1 / +1 lines)
Lines 136-140 Link Here
136
				    nullptr,
136
				    nullptr,
137
#endif
137
#endif
138
				    llvm::TargetMachine::CGFT_ObjectFile)) {
138
				    llvm::CGFT_ObjectFile)) {
139
		fprintf(stderr, "amd: TargetMachine can't emit a file of this type!\n");
139
		fprintf(stderr, "amd: TargetMachine can't emit a file of this type!\n");
140
		delete p;
140
		delete p;

Return to bug 245178