[PATCH] [libcxx] Allow use of ShTest in libc++ tests along with	other changes.
    Jonathan Roelofs 
    jonathan at codesourcery.com
       
    Wed Jan 21 06:24:37 PST 2015
    
    
  
It occurs to me that we ought to have an shtest that exercises not.py. How about something like this?
  // -*- C++ -*-
  //===----------------------------------------------------------------------===//
  //
  //                     The LLVM Compiler Infrastructure
  //
  // This file is dual licensed under the MIT and the University of Illinois Open
  // Source Licenses. See LICENSE.TXT for details.
  //
  //===----------------------------------------------------------------------===//
  
  // RUN: %cxx -c %s %flags %compile_flags %link_flags
  // RUN: not %run
  
  int main() {
    return 1;
  }
http://reviews.llvm.org/D7073
EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
    
    
More information about the cfe-commits
mailing list