Skip to content
  1. Apr 21, 2014
  2. Apr 20, 2014
  3. Apr 19, 2014
    • Alp Toker's avatar
      Fix and restore the macro-multiline.c test · f424a597
      Alp Toker authored
      This test didn't work as intended and was ultimately disabled some years ago in
      r169458.
      
      Indeed it's not clear if the '\n' was ever passed through to the driver
      correctly given that lit would insert '&& {' at the newline.
      
      Test rewritten to use printf/xargs to insert '\n' in a more reliable manner and
      to use FileCheck for verification.
      
      llvm-svn: 206703
      f424a597
    • Saleem Abdulrasool's avatar
      Utility: fix compilation on Linux · 97fb5e12
      Saleem Abdulrasool authored
      When compiling on Linux with GCC 4.8, compilation would fail due to the use of
      the offsetof macro.  This is a standard macro, defined in stddef.h.  Include
      this header to ensure that offsetof is declared.
      
      llvm-svn: 206702
      97fb5e12
Loading