Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(687)

Unified Diff: src/vm/ffi_macos.cc

Issue 1209033003: Work in progres, please take a look and give early feedback if this is the way we want to structure… (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: address comments Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/vm/ffi_linux.cc ('k') | src/vm/ffi_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/ffi_macos.cc
diff --git a/src/vm/intrinsics.cc b/src/vm/ffi_macos.cc
similarity index 63%
copy from src/vm/intrinsics.cc
copy to src/vm/ffi_macos.cc
index 4f8013cde6f5d34f411f322fb5c234e3ec5d1feb..0639354700fb5b01accfcd028f863682fa9b6fcc 100644
--- a/src/vm/intrinsics.cc
+++ b/src/vm/ffi_macos.cc
@@ -2,13 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-#include "src/vm/intrinsics.h"
+#include "src/vm/ffi.h"
namespace fletch {
-#define DEFINE_INTRINSIC(name) \
- void Intrinsic_##name() { }
-INTRINSICS_DO(DEFINE_INTRINSIC)
-#undef DEFINE_INTRINSIC
+const char* ForeignLibraryConstants::kLibBundlePrefix = "/lib";
+const char* ForeignLibraryConstants::kLibBundlePostfix = ".dylib";
} // namespace fletch
« no previous file with comments | « src/vm/ffi_linux.cc ('k') | src/vm/ffi_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698