Go to file
Chris Bieneman 7fac28f7ac [lit] Throw in unimplemented method (NFC)
Summary:
lit's `OneCommandFileTest` class implements an abstract method that
raises if called. However, it raises by referencing an undefined
symbol. Instead, raise explicitly by throwing a `NotImplementedError`.
This is clearer, and appeases Python linters.

Patch By Brian Gesiak!

Reviewers: ddunbar, echristo, beanz

Subscribers: llvm-commits, mehdi_amini

Differential Revision: https://reviews.llvm.org/D25170

llvm-svn: 283090
2016-10-03 04:48:22 +00:00
clang Keep the test only for Itanium abi 2016-10-03 02:36:33 +00:00
clang-tools-extra [clang-rename] Overhaul clang-rename.el. 2016-10-02 14:51:33 +00:00
compiler-rt [sanitizer-coverage] remove stale code 2016-10-01 00:55:13 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Remove some additional unnecessary std:: in cmath 2016-10-01 20:38:44 +00:00
libcxxabi Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. 2016-09-29 08:11:57 +00:00
libunwind libunwind: Add OpenBSD case for _Unwind_Ptr typedef 2016-09-28 15:37:21 +00:00
lld Use StringSwtich::Cases for multiple choices. 2016-09-30 22:01:25 +00:00
lldb Fix regex in lldb lit test TestCallStopAndContinue 2016-10-03 00:07:24 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [lit] Throw in unimplemented method (NFC) 2016-10-03 04:48:22 +00:00
openmp [cmake] Fix for a bug https://llvm.org/bugs/show_bug.cgi?id=30489 "Cannot build with -DLIBOMP_FORTRAN_MODULES=True" 2016-09-30 22:05:45 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly isl: update to isl-0.17.1-233-gc911e6a 2016-10-01 19:46:51 +00:00