mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-12 01:25:10 +00:00
Rename files to be capitalized now that they are C++
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8230 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//===- c++-exception.cpp - Exception handling support for C++ exceptions --===//
|
||||
//===- C++-Exception.cpp - Exception handling support for C++ exceptions --===//
|
||||
//
|
||||
// This file defines the methods used to implement C++ exception handling in
|
||||
// terms of the invoke and %llvm.unwind intrinsic. These primitives implement
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "c++-exception.h"
|
||||
#include "C++-Exception.h"
|
||||
#include <cstdlib>
|
||||
#include <cstdarg>
|
||||
|
||||
|
Reference in New Issue
Block a user