https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218190
Jordan Ostreff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jordan Ostreff <[email protected]> --- Comment on attachment 181276 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181276 from build world output # 1 "<built-in>" # 1 "/usr/src/contrib/llvm/lib/Support/APInt.cpp" //===-- APInt.cpp - Implement APInt class ---------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // This file implements a class to represent arbitrary precision integer // constant values and provide a variety of arithmetic operations on them. // //===----------------------------------------------------------------------===// #if 0 /* expanded by -frewrite-includes */ #include "llvm/ADT/APInt.h" #endif /* expanded by -frewrite-includes */ # 15 "/usr/src/contrib/llvm/lib/Support/APInt.cpp" # 1 "/usr/src/contrib/llvm/include/llvm/ADT/APInt.h" 1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// /// /// \file /// \brief This file implements a class to represent arbitrary precision /// integral constant values and operations on them. /// //===----------------------------------------------------------------------===// #ifndef LLVM_ADT_APINT_H #define LLVM_ADT_APINT_H #if 0 /* expanded by -frewrite-includes */ #include "llvm/Support/Compiler.h" #endif /* expanded by -frewrite-includes */ # 19 "/usr/src/contrib/llvm/include/llvm/ADT/APInt.h" # 1 "/usr/src/contrib/llvm/include/llvm/Support/Compiler.h" 1 //===-- llvm/Support/Compiler.h - Compiler abstraction support --*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
